-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
53 lines (39 loc) · 849 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
# global stuff
.DS_Store
/build/
/tools/proj/
# CMake stuff; only intended to catch accidental spills
/CMakeFiles/
CMakeCache.txt
# Visual Studio build data and per-user settings
MSVS/*.asm
MSVS/*.ncb
MSVS/*.opensdf
MSVS/*.sdf
MSVS/*.suo
MSVS/*.vcproj*.user
MSVS/*.vcxproj*.user
MSVS/Build/
MSVS/ipch/
.vs
# CodeLite per-user settings
CodeLite/**/tags
CodeLite/**/workspace.*
CodeLite/**/wsp.mk
CodeLite/**/.clang
CodeLite/**/.build*
CodeLite/**/compilation.db
# Netbeans build data and per-user settings
nbproject/private/
nbproject/**/*.bash
nbproject/**/.dep.inc
# VS Code per-user settings
.vscode/
# Xcode build data and per-user settings
Xcode/**/*.mode1v3
Xcode/**/*.mode2
Xcode/**/*.mode2v3
Xcode/**/*.pbxuser
xcuserdata/
# Generated code
/include/lucenaBAL/lbalGenerated.hpp