Standard gitignore

This commit is contained in:
Luca Beltrame 2013-03-17 12:05:54 +01:00
parent 869620d6f6
commit d19030658c

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# For a project mostly in C, the following would be a good set of
# Lines that start with '#' are comments.
# exclude patterns (uncomment them if you want to use them):
# git-ls-files --others --exclude-from=.git/info/exclude
*.directory
*.py[co]
*~
.*.sw[p,o]
/build
tags
.swp.*
.kdev4/
*.kdev4
*.moc