File tree Expand file tree Collapse file tree 1 file changed +1
-51
lines changed
Expand file tree Collapse file tree 1 file changed +1
-51
lines changed Original file line number Diff line number Diff line change 1- # Compiled Object files
2- * .slo
3- * .lo
4- * .o
5- * .obj
6-
7- # Precompiled Headers
8- * .gch
9- * .pch
10-
11- # Compiled Dynamic libraries
12- * .so
13- * .dylib
14- * .dll
15-
16- # Fortran module files
17- * .mod
18-
19- # Compiled Static libraries
20- * .lai
21- * .la
22- * .a
23- * .lib
24-
25- # Executables
26- * .exe
27- * .out
28- * .app
1+ # Ignore the build directory
292/build /
303
314# Eclipse project files
325.cproject
336.project
347
35- # Make and Ninja files
36- Makefile
37- .ninja *
38- build.ninja
39- rules.ninja
40-
41- # Cmake files generated during in-source builds
42- CMakeCache.txt
43- CMakeFiles
44- Testing
45- cmake_install.cmake
46- CTestTestfile.cmake
47- SampleFlowconfig.cmake
48-
49- # In the tests/ directory, ignore everything but the .cc and .output files
50- tests /*
51- ! tests /* cc
52- ! tests /* output
53-
54- # Files built by doxygen
55- doc /SampleFlow.dox
56- doc /SampleFlow.tag
57- doc /doxygen
You can’t perform that action at this time.
0 commit comments