aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 15 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 034961090..7f9d827c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
1*~ 1*~
2\#*\# 2\#*\#
3gnunet-*.tar.gz
4*vgcore.*
3*.bak 5*.bak
4*.a 6*.a
5*.la 7*.la
@@ -11,11 +13,13 @@
11*.swp 13*.swp
12*.trs 14*.trs
13*.kdev4 15*.kdev4
16.clangd/
14.deps/ 17.deps/
15.libs/ 18.libs/
16.svn/ 19.svn/
17Makefile 20Makefile
18Makefile.in 21Makefile.in
22compile_commands.json
19aclocal.m4 23aclocal.m4
20autom4te.cache/ 24autom4te.cache/
21compile 25compile
@@ -25,10 +29,11 @@ config.log
25config.status 29config.status
26config.sub 30config.sub
27configure 31configure
32.version
28contrib/vendored/ 33contrib/vendored/
29depcomp 34depcomp
30gnunet_config.h 35gnunet_private_config.h
31gnunet_config.h.in 36gnunet_private_config.h.in
32install-sh 37install-sh
33libtool 38libtool
34ltmain.sh 39ltmain.sh
@@ -36,7 +41,7 @@ lynXified.*
36missing 41missing
37po/*.gmo 42po/*.gmo
38pkgconfig/*.pc 43pkgconfig/*.pc
39src/*/*.conf 44src/**/*.conf
40stamp-h1 45stamp-h1
41test-driver 46test-driver
42INSTALL 47INSTALL
@@ -75,5 +80,12 @@ CMakeLists.txt
75CMakeFiles.txt 80CMakeFiles.txt
76 81
77# Prevent cache files from IDEA from being commited 82# Prevent cache files from IDEA from being commited
83.cproject
84.project
85.settings/
78.idea/ 86.idea/
87.vscode/
88.vimrc
79src/util/test_child_management 89src/util/test_child_management
90gnunet_config.h
91gnunet_config.h.in