diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-01 08:54:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-01 08:54:17 +0200 |
commit | cbfb5a5519d0a52ae322c08c02060fa28854ab1c (patch) | |
tree | 26864c0772f377105416aa0829b26ea2cfc8df79 /.gitignore | |
parent | Change license to ISC (diff) | |
download | optimised-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-- | .gitignore | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -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 |