summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9fa3b1b..892c9f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,25 @@
*.exe
*.out
*.app
+
+# Vim swap files
+.*.swp
+.swp
+
+# Archives
+*.tar
+*.tar.gz
+*.tgz
+*.tar.bz2
+*.tar.xz
+*.zip
+*.rar
+
+# Build directories
+build/
+bin/
+
+# Backup files
+*~
+*.backup
+*.old