projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc38c5d
)
Added .gitignore file
author
Carl Myers
<cmyers@cmyers.org>
Mon, 17 Jan 2011 06:53:24 +0000
(22:53 -0800)
committer
Carl Myers
<cmyers@cmyers.org>
Sun, 23 Jan 2011 20:58:45 +0000
(12:58 -0800)
* includes .a, .o, .exe, and .so, and vim swp files.
* other temporary files created during build
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
635e266
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,21
@@
+*.[oa]
+*.exe
+*.so
+*.sw?
+a.out
+openitg
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.log
+config.status
+configure
+src/.deps/
+src/Makefile
+src/Makefile.in
+src/archutils/Unix/verinc
+src/config.h
+src/config.h.in
+src/version.bin
+src/verstub.cpp