diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | src/.gitignore | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ *.la *.o # vim swap files -*.sw* +.*.sw* aclocal.m4 autom4te.cache compile @@ -14,7 +14,6 @@ depcomp install-sh libtool ltmain.sh -make Makefile Makefile.in missing diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..031a565 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,2 @@ +pianobar +*_pianobar |