forked from pop-team/pop-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (41 loc) · 776 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
# Ignore CMake generated files
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
*.log
*.o
*.a
# Ignore files configured by cmake
config.h
services/popcobjrun
# Ignore configured scripts
scripts/popc-runtime-env.in
scripts/popc-runtime-env.sh
scripts/popc-user-env.csh
scripts/popc-user-env.sh
scripts/popc_script_setup
scripts/popc_setup
scripts/popcrun
#Ignore generated files in the parser
parser/parser.tab.cc
parser/parser.tab.h
parser/parser.yy.cc
parser/popcc
parser/popcpp
parser/popcc.h
#Ignore sockets
.uds_*
# Clean tests
!test/*/Makefile
test/*/main
test/*/*.map
test/*/_popc*
dev/test/*/_popc*
dev/test/*/*/_popc*
test/unitTests/Makefile
test/unitTests/unitTests
test/unitTests/unitTests.cpp
test/unitTests/*.xml
__cmd_to_execute__