Do not exclude *.cmake

The file ResInsightVersion.cmake was not commited due to this ignore
This commit is contained in:
Magne Sjaastad 2013-01-22 11:32:54 +01:00
parent ebdf9ccdc3
commit e74be2283d

59
.gitignore vendored
View File

@ -1,30 +1,29 @@
# editor backup files
*~
.\#*
# compiler output
*.o
# Octave plugins (compiled)
*.oct
# precompiled headers
*.gch
# Qt preprocessor
moc_*.cxx
qrc_*.cxx
# CMake
*.cmake
Makefile
CMakeFiles/
CMakeCache.txt
/Generated/
*.qrc.depends
# Unit testing
*_UnitTests
# Target program
/ApplicationCode/ResInsight
# editor backup files
*~
.\#*
# compiler output
*.o
# Octave plugins (compiled)
*.oct
# precompiled headers
*.gch
# Qt preprocessor
moc_*.cxx
qrc_*.cxx
# CMake
Makefile
CMakeFiles/
CMakeCache.txt
/Generated/
*.qrc.depends
# Unit testing
*_UnitTests
# Target program
/ApplicationCode/ResInsight