aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <glitchmr@myopera.com>2013-08-12 09:58:45 +0300
committerGravatar Konrad Borowski <glitchmr@myopera.com>2013-08-12 09:58:45 +0300
commite5e7da148267f2fe07df88b762df286dc0448da6 (patch)
tree1da28f56ac662f00a0f74053e01611d7f51c229f /.gitignore
parent64921fe08a35aedc2715471b45b78d583660ddb7 (diff)
Ignore executable files
I commited executables in previous commit (removed using git push --force - sorry, I wouldn't want to waste space in git repository), so I think *.exe files should be forbidden to avoid any problems (there is no reason to ever commit them)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 57cd62b3..b2ea73dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.o
*~
+*.exe
Makefile
autom4te.cache/