Skip to content

Commit f2c20a8

Browse files
committed
Ignore the autotools generated files
1 parent dac0e86 commit f2c20a8

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

.gitignore

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
1+
Testing
2+
install_manifest.txt
3+
_deps
4+
5+
# CMake:
16
CMakeLists.txt.user
27
CMakeCache.txt
38
CMakeFiles
49
CMakeScripts
5-
Testing
6-
Makefile
710
cmake_install.cmake
8-
install_manifest.txt
911
compile_commands.json
1012
CTestTestfile.cmake
11-
_deps
1213
build/
14+
15+
# GNU Autotools:
16+
Makefile
17+
Makefile.in
18+
aclocal.m4
19+
autom4te.cache/
20+
config.log
21+
config.status
22+
configure
23+
depcomp
24+
install-sh
25+
missing
26+
src/.deps/
27+
src/Makefile.in
28+
src/*.o
29+
src/sonar_scanner_example

0 commit comments

Comments
 (0)