Add vi(m) .swp files and a [Bb]uild directory

This commit is contained in:
Erik Hofman 2011-12-12 13:20:49 +01:00
parent 8d3de8dee5
commit f377c75dbd

4
.gitignore vendored
View File

@ -3,6 +3,7 @@ INSTALL
SimGear.spec SimGear.spec
*.o *.o
lib*.a lib*.a
.*.swp
cmake_install.cmake cmake_install.cmake
CMakeFiles CMakeFiles
CMakeCache.txt CMakeCache.txt
@ -11,4 +12,5 @@ CPackSourceConfig.cmake
cmake_uninstall.cmake cmake_uninstall.cmake
CTestTestfile.cmake CTestTestfile.cmake
install_manifest.txt install_manifest.txt
build
Build