Danbias/.gitignore

37 lines
290 B
Plaintext
Raw Normal View History

2013-10-22 23:34:17 +02:00
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
2013-10-22 23:41:51 +02:00
# Custom
*.sdf
*.opensdf
*.suo
*.ipch
*.lib
*.exe
*.tlog
2013-11-18 15:44:46 +01:00
*.filters
2013-11-29 20:59:11 +01:00
*.ilk
*.exp
*.dll
2013-12-21 21:56:46 +01:00
*.pdb
*.cso
2013-12-21 23:38:40 +01:00
*.orig
2013-12-21 23:41:55 +01:00
#Dir
2014-01-08 13:07:55 +01:00
Bin/Content/
Bin/DLL/
Bin/Executable/
Obj/
External/