Remove run directory from .gitignore

We now use the bin directory.
This commit is contained in:
Aaron Beckerman 2013-09-29 10:37:12 +08:00
parent 7151f4b524
commit 4e23da53fa

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
*.o
.gdb_history
/generated/
/run/
/bin/
*.swp
.*tags