reindenting
[oweals/gnunet.git] / .gitignore
index b7dd58739e00711d9b527f76a3569ce522566290..f4f2ae65c56f5099c9f79ac3f7e905f9c37c90c9 100644 (file)
@@ -1,5 +1,6 @@
 *~
 \#*\#
+*.bak
 *.a
 *.la
 *.lo
@@ -40,7 +41,6 @@ INSTALL
 confdefs.h
 confdefs.c
 confdefs.err
-gnunet-doc.scm
 src/namestore/test_namestore_api_zone_to_name
 src/credential/gnunet-credential
 src/credential/gnunet-service-credential
@@ -49,3 +49,21 @@ src/identity-provider/gnunet-idp
 src/namestore/perf_namestore_api_zone_iteration_flat
 src/namestore/perf_namestore_api_zone_iteration_postgres
 src/namestore/perf_namestore_api_zone_iteration_sqlite
+python-lint.log
+flake8.log
+# for pytest created data:
+.cache/
+__pycache__/
+build-aux/
+src/ats/test_ats2_lib
+doc/handbook/gversion.texi
+doc/tutorial/gversion.texi
+
+# top-level symlink can exist
+.clang-format
+
+# this exists outside of the main repository
+cmake/
+build
+CMakeLists.txt
+CMakeFiles.txt