diff options
author | Martin Endler <pokusew@seznam.cz> | 2019-05-12 01:05:56 +0200 |
---|---|---|
committer | Martin Endler <pokusew@seznam.cz> | 2019-05-12 01:05:56 +0200 |
commit | c620f4ec119813c7815493399b10a2b9f94de5f3 (patch) | |
tree | 19a2418ccc4c96465a7686b3f9a967fdc32aaf14 /.gitignore | |
parent | 299504df7e4882908e59fe7493fe133bf6271e8b (diff) | |
download | qtmips-c620f4ec119813c7815493399b10a2b9f94de5f3.tar.gz qtmips-c620f4ec119813c7815493399b10a2b9f94de5f3.tar.bz2 qtmips-c620f4ec119813c7815493399b10a2b9f94de5f3.zip |
Fix .gitignore (add !.gitmodules)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ .* !.gitignore +!.gitmodules # Qt stuff *.pro.user* |