Skip to content

Commit

Permalink
.gitignore: Add stuff to the ignore list if one happens to build in t…
Browse files Browse the repository at this point in the history
…he root and not in /build. This is atm kind of mandatory if you want the regression tests to find your binary.
  • Loading branch information
Jonne Nauha committed May 21, 2014
1 parent 4f82b02 commit b651420
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
build
.project
*.kdev4*

# Visual Studio
*.sln
*.ncb
*.vcproj

# Output
bin/
lib/
contrib/

# Generated
assimp.pc
revision.h
contrib/zlib/zconf.h
contrib/zlib/zlib.pc

# CMake
CMakeCache.txt
CMakeFiles
cmake_install.cmake
cmake_uninstall.cmake
*.dir/
assimp-config.cmake
assimp-config-version.cmake

# Tests
test/results

# Python
__pycache__

0 comments on commit b651420

Please sign in to comment.