Skip to content

Commit

Permalink
updating gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Apr 2, 2016
1 parent 129b786 commit 811204b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
*~
*.o
*.a
*.mod

# Compiled Object files
*.slo
*.lo
Expand Down Expand Up @@ -26,3 +31,24 @@
*.exe
*.out
*.app

Makefile
autom4te.cache/
bin/Makefile
bin/qcdloop-config
config.log
config.status
doc/html/
examples/.deps/
examples/.libs/
examples/Makefile
examples/test
libtool
src/.deps/
src/.libs/
src/Makefile
src/qcdloop/config.h
src/qcdloop/stamp-h1
examples/cache_test
examples/cmass_test
examples/trigger_test

0 comments on commit 811204b

Please sign in to comment.