Skip to content

Commit

Permalink
Add .gitignore file for object files and other we don't want to track.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Nilsson committed Oct 16, 2010
1 parent 3c3fabc commit f7bbea2
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
bin/*
src/inadyn
src/inadyn.exe
depcomp
inadyn.anjuta
install-sh
missing
.anjuta
.tm_project*
.anjuta_sym_db.db
.libs
.deps
.*swp
.nautilus-metafile.xml
*.autosave
*.pws
*.bak
*~
#*#
*.gladep
*.la
*.lo
*.o
*.class
*.pyc
aclocal.m4
autom4te.cache
config.h
config.h.in
config.log
config.status
configure
intltool-extract*
intltool-merge*
intltool-modules*
intltool-update*
libtool
prepare.sh
stamp-h*
ltmain.sh
mkinstalldirs
config.guess
config.sub
Makefile
Makefile.in

0 comments on commit f7bbea2

Please sign in to comment.