diff options
| author | Mateusz Ĺoskot <mateusz@loskot.net> | 2017-09-27 23:24:04 +0200 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2017-09-27 16:24:04 -0500 |
| commit | 4a48c99cf5f84cbdbfca6bdd7efd93c370ab5ae9 (patch) | |
| tree | 2b7c6c61787492ef1e4807b3a11be776918b86ae /.gitignore | |
| parent | 41ac8f6b2c1c4b94873393df0b3fa595ff4f0b2d (diff) | |
| download | PROJ-4a48c99cf5f84cbdbfca6bdd7efd93c370ab5ae9.tar.gz PROJ-4a48c99cf5f84cbdbfca6bdd7efd93c370ab5ae9.zip | |
Ignore Visual Studio cruft and build directories and scripts (#581)
build.local.sh and build.local.bat as as user-specific scripts
Build directories: build, _build.{platform} or _build.{compiler}
[ci skip]
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,6 @@ *~ +build.local.bat +build.local.sh Makefile Makefile.in CMakeFiles @@ -8,8 +10,10 @@ cmake_install.cmake install_manifest.txt cmake/project-config*.cmake +/.vs* /*.manifest /*.swp +/*build* /aclocal.m4 /autom4te.cache /config.cache |
