-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
85 lines (75 loc) · 1.75 KB
/
.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#first ignore everything
/*
# "un-ignore in the root folder
!.gitignore
!.codedocs
!*.md
!*.m
!*.fig
!*mantis1.jpeg
!*mantis1_logo.jpg
!*LU_data_v2.mat
!*MAPS.mat
!*MantisServer.opt
# "un-ignore the Local folder =========Local========
!/Local
#Now ignore all the content of the folder Local
/Local/*
#Un-ignore the source code
!/Local/*.md
!/Local/*.sh
!/Local/SWAT_LULC.csv
# "un-ignore the R API folder =========R API========
!/RmantisAPI
#Now ignore all the content of the folder R API
/RmantisAPI/*
#Un-ignore the source code
!*.R
!*.Rproj
# "un-ignore the URFSprep folder =========URFSprep========
!/URFSprep
#Now ignore all the content of the folder Local
/URFSprep/*
#Un-ignore the usefull files
!/URFSprep/*.m
!/URFSprep/*.mat
# "un-ignore the gis_data folder =========gis_data========
!/gis_data
!/CPP
/CPP/*
!/CPP/MantisServer
/CPP/MantisServer/*
!/CPP/MantisServer/*.sln
!/CPP/MantisServer/*.ini
!/CPP/MantisServer/config.ini
!/CPP/MantisServer/MantisServer
/CPP/MantisServer/MantisServer/*
!/CPP/MantisServer/MantisServer/*.cpp
!/CPP/MantisServer/MantisServer/*.h
!/CPP/MantisServer/MantisServer/CMakeLists.txt
!/CPP/MantisServer/MantisServer/*.vcxproj
!/CPP/MantisServer/MantisServer/*.vcxproj.filters
!/CPP/MantisServer/MantisServer/mantisserver.dox
!/CPP/MantisServer/MantisServer/*.md
!/CPP/TestClient
/CPP/TestClient/*
!/CPP/TestClient/*.sln
!/CPP/TestClient/incomingMsg.dat
!/CPP/TestClient/TestClient
/CPP/TestClient/TestClient/*
!/CPP/TestClient/TestClient/*.cpp
!/CPP/TestClient/TestClient/CMakeLists.txt
!/CPP/TestClient/TestClient/*.h
!/CPP/TestClient/TestClient/*.vcxproj
!/CPP/TestClient/TestClient/*.vcxproj.filters
!/CPP/BIN
/CPP/BIN/*
!/CPP/BIN/*.exe
!/CPP/BIN/*.dll
!/MantisSA
/MantisSA/*
!/MantisSA/*.cpp
!/MantisSA/*.txt
!/MantisSA/*.h
.Rproj.user
*.tif