Standard gitignore
This commit is contained in:
parent
869620d6f6
commit
d19030658c
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue