Reset gitignore and make explicit changes
authorScott Cantor <cantor.2@osu.edu>
Mon, 20 Jul 2015 19:19:48 +0000 (15:19 -0400)
committerScott Cantor <cantor.2@osu.edu>
Mon, 20 Jul 2015 19:19:48 +0000 (15:19 -0400)
.gitignore
xmltooling/.gitignore

index 735e1ed..24c68cc 100644 (file)
@@ -1,58 +1,56 @@
 # A simulation of Subversion default ignores, generated by reposurgeon.
 # A simulation of Subversion default ignores, generated by reposurgeon.
-*.o
-*.lo
-*.la
-*.al
-*.libs
-*.so
-*.so.[0-9]*
-*.a
-*.pyc
-*.pyo
-*.rej
-*~
-*.#*
-.*.swp
-.DS_store
+/*.o
+/*.lo
+/*.la
+/*.al
+/*.libs
+/*.so
+/*.so.[0-9]*
+/*.a
+/*.pc
+/*.pc.in
+/*.pyc
+/*.pyo
+/*.rej
+/*~
+/*.#*
+/.*.swp
+/.DS_store
+/xmltooling-uninstalled.sh
 # Simulated Subversion default ignores end here
 # The contents of the svn:ignore property on the branch root.
 # Simulated Subversion default ignores end here
 # The contents of the svn:ignore property on the branch root.
-Debug
-*.ncb
-*.suo
-*.pc
-*.pc.in
-Release
-aclocal.m4
-autom4te.cache
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-Makefile
-Makefile.in
-missing
-pkginfo
-stamp-h1
-xmltooling.spec
-xmltooling-uninstalled.sh
-.settings
-.autotools
-.project
-.cproject
-doxyfile
-x64
-Portfile
-*.gz
-*.bz2
-*.zip
-*.opensdf
-*.sdf
-ipch
-build-aux
-build
+/Debug
+/*.ncb
+/*.suo
+/Release
+/aclocal.m4
+/autom4te.cache
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/libtool
+/Makefile
+/Makefile.in
+/missing
+/pkginfo
+/stamp-h1
+/xmltooling.spec
+/.settings
+/.autotools
+/.project
+/.cproject
+/doxyfile
+/x64
+/Portfile
+/*.gz
+/*.opensdf
+/*.sdf
+/ipch
+/build-aux
+/build
index 6808f70..1a87c28 100644 (file)
@@ -11,3 +11,4 @@
 /xmltooling-lite-Release
 /x64
 /*.aps
 /xmltooling-lite-Release
 /x64
 /*.aps
+/*.lo