Skip to content

Commit 563a02f

Browse files
author
Ian Dunn
committed
Added gitignore file
1 parent 6e7eebc commit 563a02f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Built by autotools
2+
Makefile
3+
Makefile.in
4+
/aclocal.m4
5+
/configure
6+
config.log
7+
config.status
8+
src/config.h
9+
autom4te.cache
10+
11+
# Generated during build process
12+
*.o
13+
src/aris
14+
src/.deps
15+
16+
# Generated Documentation
17+
doc/*/aris/*.html
18+
doc/aris.info

0 commit comments

Comments
 (0)