Skip to content

Commit

Permalink
Additional make file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatte committed Sep 26, 2012
1 parent 18ac8b5 commit 6ff26bf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 deletions .gitignore
@@ -1,5 +1,24 @@
bin
obj
*~
core
makevars.config
*.so
*~
*.o
*.a
*.pyc
*.pyo
*.5
*.1
*.deb
*.build
*.diff.gz
*.dsc
*.changes
lcc_features.h
*.debhelper.log
*.substvars
*.swp
*.log
bin/
obj/
debian/files
debian/istatd/
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -57,7 +57,7 @@ clean:
rm -fr obj bin testdata/* /tmp/test /var/tmp/test /tmp/ss.test

distclean: clean
rm -f makevars.config
rm -fr makevars.config debian/files debian/istatd/

killall:
killall -q istatd || true
Expand Down

0 comments on commit 6ff26bf

Please sign in to comment.