forked from ShipSoft/FairRoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 648 Bytes
/
.gitignore
File metadata and controls
43 lines (37 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Executables
*.exe
*.out
*.app
# Compiled Object files
*.slo
*.lo
*.o
*.ko
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
*.lib
# Compiled Static libraries
*.lai
*.la
*.a
# CMake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
# build directory & data directory
build/
example/Tutorial3/macro/data/*
!example/Tutorial3/macro/data/dummy.txt
core_dump*
gphysi.dat
FairRunInfo_*
html/
example/Tutorial3/data/FairTestDetectorPayload.pb.cc
example/Tutorial3/data/FairTestDetectorPayload.pb.h
example/Tutorial6/streams/FairTestDetectorPayload.pb.cc
example/Tutorial6/streams/FairTestDetectorPayload.pb.h