]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - .gitignore
update from Marco
[u/mrichter/AliRoot.git] / .gitignore
index 011221d5458a74be10a587213a6517addaf4ff91..27efe9410e1ff86429617fe57d1554e0b9e050fa 100644 (file)
@@ -1,5 +1,60 @@
+# 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
+/build
+
+# /test/
+/test/*/*.root
+/test/*/*.log
+/test/*/*.ps
+/test/*/*.dat
+/test/*/GRP
+/test/*/*/*.root
+/test/*/*/*.log
+/test/*/*/*.ps
 
+#rpm-creation
+/RPMS
+/alimdc-root
+rpm-tmp.*