diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-17 18:20:32 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-17 18:20:32 +0200 |
commit | 122d7a0a32f0d4ebe920aaa2b4854b831a55fd65 (patch) | |
tree | d39fffc4a7f7295f05225ff737d5c1fa970456fc | |
parent | 75a8d470bb6a45a743f3c020c4e0d6e5e4b74dcb (diff) |
#985 add .gitignore file
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5661f9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.m4 +Makefile +Makefile.in +config.log +config.status +configure +autom4te.cache +build-aux/ +*.o +.deps/ +.dirstamp |