Add a git ignore file

It excludes *.o object files and the xcwd executable.
This commit is contained in:
Eduard Bopp 2013-10-30 12:20:55 +01:00
parent df3f1d8e4d
commit 63040ea152

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Object files
*.o
# Executable
xcwd