diff options
author | grm <grm@eyesin.space> | 2024-05-19 04:06:41 +0300 |
---|---|---|
committer | grm <grm@eyesin.space> | 2024-05-19 04:06:41 +0300 |
commit | 5f0de3a300e4c432272285de84b298ab29f1c07a (patch) | |
tree | e6f614b0e2c5e05bed95705778a0d5d5dedbe446 /.gitignore | |
download | cgame-5f0de3a300e4c432272285de84b298ab29f1c07a.tar.gz cgame-5f0de3a300e4c432272285de84b298ab29f1c07a.tar.bz2 cgame-5f0de3a300e4c432272285de84b298ab29f1c07a.zip |
aait
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e72bc61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# binaries +synth + +# c +*.o + +# backups +*~ + +# autotools +Makefile +Makefile.in +autom4te.cache/ +autoscan.log +aclocal.m4 +config.log +config.status +configure +configure.scan +.deps/ |