summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--Makefile2
2 files changed, 1 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index cba7df9..25530d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,13 +2,7 @@
*~
*.o
*.a
-*.lo
*.su
-*.so
-*.so.*
-*.dll
-*.dylib
-*.gch
*.gcov
*.gcno
*.gcda
diff --git a/Makefile b/Makefile
index 864b5a5..f0a9b22 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ uninstall:
-rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/makel.1"
clean:
- -rm -f -- *.o *.a *.lo *.su *.so *.so.* *.gch *.gcov *.gcno *.gcda
+ -rm -f -- *.o *.a *.su *.gcov *.gcno *.gcda
-rm -f -- makel
.SUFFIXES: