]> git.uio.no Git - u/mrichter/AliRoot.git/blob - .gitignore
more cleanup and merge of kink code into flow track cuts
[u/mrichter/AliRoot.git] / .gitignore
1 # Compiled Object files
2 *.slo
3 *.lo
4 *.o
5
6 # Compiled Dynamic libraries
7 *.so
8 *.so.[0-9]*
9 *.dylib
10 *.dll
11 *.libs
12 *.lib
13
14 # Compiled Static libraries
15 *.lai
16 *.la
17 *.a
18
19 # Dictionary source files
20 G__*.c
21 G__*.cxx
22 G__*.h
23
24 # Other Stuff
25 *.d
26 *.pyc
27 *.pyo
28 *.pdb
29 *.obj
30 *.def
31 *.exp
32 *.manifest
33 *.rootmap
34 # CMakeLists.txt
35
36 # Backup files from common editors
37 *.swp
38 *~
39
40 # /
41 /bin
42 /lib
43 /include
44 /tmp
45
46 # /test/
47 /test/*/*.root
48 /test/*/*.log
49 /test/*/*.ps
50 /test/*/*.dat
51 /test/*/GRP
52 /test/*/*/*.root
53 /test/*/*/*.log
54 /test/*/*/*.ps