Skip to content

Commit

Permalink
Ignoring more generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hristov authored and Peter Hristov committed Dec 9, 2013
1 parent 938797c commit fa85b48
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.so.[0-9]*
*.dylib
*.dll
*.libs
*.lib

# Compiled Static libraries
*.lai
*.la
*.a

# Dictionary source files
G__*.c
G__*.cxx
G__*.h

# Other Stuff
*.d
*.pyc
*.pyo
*.pdb
*.obj
*.def
*.exp
*.manifest
*.rootmap
CMakeLists.txt

# Backup files from common editors
*.swp
*~

# /
/bin
/lib
/include
/tmp

# /test/
/test/*/*.root
/test/*/*.log
/test/*/*.ps
/test/*/*.dat
/test/*/GRP
/test/*/*/*.root
/test/*/*/*.log
/test/*/*/*.ps

0 comments on commit fa85b48

Please sign in to comment.