Signed-off-by: Ivan Hernanez <iturtleman128@gmail.com>
authorIvan Hernanez <iturtleman128@gmail.com>
Sun, 2 Oct 2011 06:33:04 +0000 (01:33 -0500)
committerIvan Hernanez <iturtleman128@gmail.com>
Sun, 2 Oct 2011 06:33:04 +0000 (01:33 -0500)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..f03e459
--- /dev/null
@@ -0,0 +1,53 @@
+
+CMakeLists.txt
+
+doc/*
+SDL.dll
+*.swp
+*~
+
+#OS junk files
+[Tt]humbs.db
+*.DS_Store
+
+#Visual Studio files
+*.[Oo]bj
+*.user
+*.aps
+*.pch
+*.vspscc
+*.vssscc
+*_i.c
+*_p.c
+*.ncb
+*.suo
+*.tlb
+*.tlh
+*.bak
+*.[Cc]ache
+*.ilk
+*.log
+*.lib
+*.sbr
+*.sdf
+*.opensdf
+ipch/
+obj/
+[Bb]in
+[Dd]ebug*/
+[Rr]elease*/
+Ankh.NoLoad
+
+#Tooling
+_ReSharper*/
+*.resharper
+[Tt]est[Rr]esult*
+
+#Project files
+[Bb]uild/
+
+#Subversion files
+.svn
+
+# Office Temp Files
+~$*
\ No newline at end of file