Add .gitignore

Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
Michael Tänzer 2011-06-30 22:14:06 +02:00
parent 5f8e018db5
commit b3d761a0d6

12
.gitignore vendored Normal file
View 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