summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-20 23:00:35 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-20 23:00:35 -0500
commite5d1a2dda9de60080be9f259f8325c29ed508fcb (patch)
tree93c30cf67bba99db71ea847f51908eaab9a40b71 /.gitignore
parentfb4f79ab4c65cb4d868b148230e4a6ec1eaabce4 (diff)
Move dosemu somewhere else until it is more ready for inclusion (emulator reasons)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 0b611be..d0c96fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,19 @@
-~nonfree/
+# probably source downloads
*.tar.gz
*.tar.xz
*.tar.bz2
*.tgz
*.zip
-*~
-#*#
+# pacman things
src/
pkg/
*.pkg.tar.*
*.src.tar.*
+
+# idk, the parabola .gitignore ignores it
namcap.log
+
+# I don't want to track these repos
+~dosemu
+~nonfree