git ignore

This commit is contained in:
gabime
2014-03-22 13:48:53 +02:00
parent 64f2b33273
commit 4189a406f4
4 changed files with 42 additions and 3 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Codelite
.codelite
# .orig files
*.orig
# example files
example/*
!example/example.cpp
!example/utils.h
!example/makefile
!example/makefile.clang