]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - .gitignore
K0s code update (Matt Steinpreis)
[u/mrichter/AliRoot.git] / .gitignore
index 011221d5458a74be10a587213a6517addaf4ff91..4e12e800cecf5009f4d84adac71537df3723640e 100644 (file)
@@ -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