Skip to content

Commit

Permalink
added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
freddielunchbird committed Jun 3, 2013
1 parent f4f607e commit 79c39ba
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
*~
*.o
*.os
*.obj
*.a
*.lib
*.so
*.dylib
.scon*
*.bak
*.pyc
*.swp
core.*
Makefile
autom4te.cache/
config.h
config.log
config.status
libtool
src/.deps/
src/Makefile
src/cmon
stamp-h1
Makefile.in
ltmain.sh
src/Makefile.in
configure
INSTALL
Makefile.in
aclocal.m4
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
bin/
cmake_install.cmake
CPackSourceConfig.cmake
*.deb

0 comments on commit 79c39ba

Please sign in to comment.