Skip to content

Commit

Permalink
A much improved gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Apr 11, 2011
1 parent f5bea9e commit 00416f4
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
build/*
*~
\#*
.\#*
*.tmproj
tmtags
tags
.DS_Store
*.swp
*.o
*.orig

Makefile
CMakeCache.txt
CMakeFiles
cmake_install.cmake
install_manifest.txt
build/

*.user
*.suo
*.sdf
*.ncb
*.pch
*.pdb
[Bb]uild[Ll]og.*
[Tt]est[Rr]esult*
[Tt]humbs.db

0 comments on commit 00416f4

Please sign in to comment.