]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - .gitignore
Bug fix (Chiara)
[u/mrichter/AliRoot.git] / .gitignore
... / ...
CommitLineData
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
20G__*.c
21G__*.cxx
22G__*.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
47# /test/
48/test/*/*.root
49/test/*/*.log
50/test/*/*.ps
51/test/*/*.dat
52/test/*/GRP
53/test/*/*/*.root
54/test/*/*/*.log
55/test/*/*/*.ps
56
57#rpm-creation
58/RPMS
59/alimdc-root
60rpm-tmp.*