Skip to content

Commit 415cbf5

Browse files
authored
Merge pull request #255 from bangerth/ignore
Update .gitignore so as to not allow in-source builds easily any more.
2 parents 8c6290f + 1efa3e1 commit 415cbf5

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

.gitignore

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,7 @@
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

0 commit comments

Comments
 (0)