aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-01 08:54:17 +0200
committerMattias Andrée <maandree@kth.se>2023-07-01 08:54:17 +0200
commitcbfb5a5519d0a52ae322c08c02060fa28854ab1c (patch)
tree26864c0772f377105416aa0829b26ea2cfc8df79 /.gitignore
parentChange license to ISC (diff)
downloadoptimised-true-cbfb5a5519d0a52ae322c08c02060fa28854ab1c.tar.gz
optimised-true-cbfb5a5519d0a52ae322c08c02060fa28854ab1c.tar.bz2
optimised-true-cbfb5a5519d0a52ae322c08c02060fa28854ab1c.tar.xz
Improve .gitignore
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 14 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index a71ff6e..c696b66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,16 @@
-_/
-\#*\#
-.*
-!.git*
+*\#*
*~
-*.bak
-*.swp
-*.swo
-*.new
-/true
-/false
*.o
-
+*.a
+*.lo
+*.su
+*.so
+*.so.*
+*.dll
+*.dylib
+*.gch
+*.gcov
+*.gcno
+*.gcda
+true
+false