]> git.uio.no Git - u/mrichter/AliRoot.git/blob - .gitignore
Updates in ITSsa pi,kp task: new multiplicity estimator, storeage of DCA cut, code...
[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 /build
46 /DA
47
48 # /test/
49 /test/*/*.root
50 /test/*/*.log
51 /test/*/*.ps
52 /test/*/*.dat
53 /test/*/GRP
54 /test/*/*/*.root
55 /test/*/*/*.log
56 /test/*/*/*.ps
57
58 #rpm-creation
59 /RPMS
60 /alimdc-root
61 rpm-tmp.*