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