Add .gitignore
Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
5f8e018db5
commit
b3d761a0d6
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Lines that start with '#' are comments.
|
||||||
|
# For a project mostly in C, the following would be a good set of
|
||||||
|
# exclude patterns (uncomment them if you want to use them):
|
||||||
|
# *.[oa]
|
||||||
|
# *~
|
||||||
|
|
||||||
|
/.settings/
|
||||||
|
/manager/.settings/
|
||||||
|
/.buildpath
|
||||||
|
/manager/.buildpath
|
||||||
|
/.project
|
||||||
|
|
Loading…
Reference in a new issue