aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c37222c..de173b8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# GnuPG exclusions
/aclocal.m4
/autom4te.cache
/config.h.in
@@ -11,3 +12,44 @@ Makefile
stamp-h1
*.o
*.lo
+
+# Hidden files
+*~
+
+# Byte compiled Python
+*.py[cod]
+__pycache__
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+build
+eggs
+parts
+develop-eggs
+.installed.cfg
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+
+# Assorted Apple crap
+default.profraw
+.DS_Store
+._.DS_Store
+default.profraw \ No newline at end of file