Skip to content

Commit

Permalink
Add some more stuff to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnw committed Jan 29, 2018
1 parent 391ef74 commit 49f215e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.o
*.obj
*.a
*.lib
*.exe
*.s
*~
Expand All @@ -8,9 +10,12 @@
*.patch
*.patch.txt
*.plist
*.dot
core
*.core
Makefile
CMakeFiles
CMakeCache.txt
config.h
config.log
config.status
Expand Down Expand Up @@ -39,7 +44,6 @@ hdrs/buildinf.h
hdrs/cmds.h
hdrs/funs.h
hdrs/gitinfo.h
src/Makefile
src/cmdlocal.c
src/flaglocal.c
src/funlocal.c
Expand All @@ -51,3 +55,8 @@ src/TAGS
test/alltests.sh
test/testgame
third_party
dbtools/db2dot
dbtools/db_config.h
dbtools/dbupgrade
dbtools/grepdb
dbtools/pwutil

0 comments on commit 49f215e

Please sign in to comment.