diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-21 21:43:11 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-21 21:43:11 +0100 |
commit | 6322e8d7e6e4ddb1c0a0b3a00a1b516d1a84df49 (patch) | |
tree | 694ef514292c64527d8b89cd872978d826a8cbf0 /.gitignore | |
parent | a8237fc43ee1d0cd3ca10fe964c0db21313eca35 (diff) | |
download | engine-6322e8d7e6e4ddb1c0a0b3a00a1b516d1a84df49.tar.gz |
removed all generated files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -1,15 +1,25 @@ -autom4te.cache -config.log -config.status -Makefile engine engine.exe +x86_64-w64-mingw32/lib/ + +# autotools files +aclocal.m4 +build-aux/ +m4/pkg.m4 +configure +configure~ src/.deps/ src/*.o src/config.h +src/config.h.in +src/config.h.in~ src/.dirstamp src/stamp-h1 -x86_64-w64-mingw32/lib/ +autom4te.cache +config.log +config.status +Makefile +Makefile.in # vim .*.swp |