Add standard .gitignore.
This commit is contained in:
parent
a2abbb6edc
commit
58552ec46e
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
*~
|
||||||
|
.*~
|
||||||
|
.*swp
|
||||||
|
#*#
|
||||||
|
.project
|
||||||
|
|
||||||
|
/.cache
|
||||||
|
/metadata/cache
|
||||||
|
|
Loading…
Reference in a new issue