forked from WCSim/WCSim
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
56 lines (50 loc) · 802 Bytes
/
.gitignore
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
44
45
46
47
48
49
50
51
52
53
54
55
56
# GNU make and CMake in-place build results to ignore
*WCSimRootDict*
!src/*WCSimRootDict*
#ignore build results
src/WCSimRootDict.cc
src/WCSimRootDict.cxx
src/WCSimRootDict.h
libWCSim.a
libWCSimRoot.*
make.rootcint.result
make.result
make.out.txt
*.pcm
bin/
tmp/
doxygen/
cmake-build-*
build
# CMake in-place build results to ignore
CMakeCache.txt
CMakeFiles/
Makefile
WCSim
cmake_install.cmake
cmake.out.txt
## ignore IDE files
#IntelliJ IDE
.idea
# VS Code in-place build results to ignore
*.code-workspace
.vscode/
build/
# run results to ignore
*.out.txt
*.root
*.kin
geofile.txt
# compiled ROOT scripts to ignore
*_C.d
*_C.so
*_cxx.d
*_cxx.so
*_cc.d
*_cc.so
## compiled python scripts to ignore
*.pyc
## ignore solar
data_solar/
include/WCSimGenerator_Solar.hh
src/WCSimGenerator_Solar.cc