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