]> git.uio.no Git - u/mrichter/AliRoot.git/blob - .gitignore
add new data members, move members to the correlation class to the base one, and...
[u/mrichter/AliRoot.git] / .gitignore
1 EVE/macros/saveViews.C
2 MONITOR/alistoragemanager/clearAll.sh
3 MONITOR/alistoragemanager/setupStorageDatabase.sh
4 .gitignore
5 AliRootXcode/
6 AliRootXcode.xcodeproj/
7 AliRootXcode/**
8 *.DS_Store
9 *.xworkspace
10 *.xcodeproj
11
12 # Compiled Object files
13 *.slo
14 *.lo
15 *.o
16
17 # Compiled Dynamic libraries
18 *.so
19 *.so.[0-9]*
20 *.dylib
21 *.dll
22 *.libs
23 *.lib
24
25 # Compiled Static libraries
26 *.lai
27 *.la
28 *.a
29
30 # Dictionary source files
31 G__*.c
32 G__*.cxx
33 G__*.h
34
35 # Other Stuff
36 *.d
37 *.pyc
38 *.pyo
39 *.pdb
40 *.obj
41 *.def
42 *.exp
43 *.manifest
44 *.rootmap
45 # CMakeLists.txt
46
47 # Backup files from common editors
48 *.swp
49 *~
50 .[#]*
51 [#]*[#]
52
53 # /
54 /bin
55 /lib
56 /include
57 /tmp
58 /build
59 /DA
60
61 # /test/
62 /test/*/*.root
63 /test/*/*.log
64 /test/*/*.ps
65 /test/*/*.dat
66 /test/*/GRP
67 /test/*/*/*.root
68 /test/*/*/*.log
69 /test/*/*/*.ps
70
71 #rpm-creation
72 /RPMS
73 /alimdc-root
74 rpm-tmp.*
75 /Debug
76 .cproject
77 .project