diff options
author | ZackaryWelch <welch.zackary@gmail.com> | 2018-01-04 19:36:56 -0500 |
---|---|---|
committer | ZackaryWelch <welch.zackary@gmail.com> | 2018-01-04 19:36:56 -0500 |
commit | adbf41775fe0eddbafa6f000669eb228679332b5 (patch) | |
tree | 8da4cdc6a97b1c09107e35e450b08c6582bc4690 /.gitignore | |
parent | Modify gitignore to disregard scripts in the src-qml testing directory (diff) | |
download | lumina-adbf41775fe0eddbafa6f000669eb228679332b5.tar.gz lumina-adbf41775fe0eddbafa6f000669eb228679332b5.tar.bz2 lumina-adbf41775fe0eddbafa6f000669eb228679332b5.zip |
Git now ignore vi swp files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ global.h Makefile.Debug Makefile.Release *.o +*.swp *.qmake.stash moc_*.cpp ui_*.h |