diff options
author | Johannes Hofmann <hofmann@flpsed.org> | 2020-11-12 07:34:52 +0100 |
---|---|---|
committer | Johannes Hofmann <hofmann@flpsed.org> | 2020-11-12 07:34:52 +0100 |
commit | 751890006285f10d7765f64ac473f8534ffe60f8 (patch) | |
tree | bb6d70d04987be9abfde099d629adb88ba41c3f2 /.gitignore | |
parent | 4f9182499e14290aa1eabbb5a2d903bfeb8e25d7 (diff) |
.hgignore -> .gitignore + adjustments
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f7c71d --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.o +.Po +.deps +config.* +autom4te.cache +INSTALL +COPYING +Makefile +Makefile.in +configure +compile +aclocal.m4 +depcomp +install-sh +stamp-h1 +missing +flpsed |