diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 16:46:12 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 16:54:40 +0200 |
commit | 5a7d5fa43536484508aad9d9553f64a33212311b (patch) | |
tree | e4ca1be7213a1460df47b63a2fbd9229d61d86d4 /.gitignore | |
download | uroot-5a7d5fa43536484508aad9d9553f64a33212311b.tar.gz uroot-5a7d5fa43536484508aad9d9553f64a33212311b.tar.bz2 uroot-5a7d5fa43536484508aad9d9553f64a33212311b.zip |
Initial commit
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..b0e9a62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.* +!.gitignore + +Makefile.in +aclocal.m4 +compile +configure +depcomp +install-sh +missing +Makefile +config.log +config.status +*.cache + +*.o +uroot |