forked from khamidouche/BSPPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (47 loc) · 1.09 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
################################################################################
# Copyright 2009 LRI UMR 8623 CNRS/Univ Paris Sud XI
# Distributed under the Boost Software License, Version 1.0.
# See accompanying file LICENSE.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt
################################################################################
################################################################################
# Ignore random temporaries and object files
################################################################################
*~
*.o
*.mk
*.session
*.sample
*.unit
*.bench
*.user
*.vcproj
*.ncb
*.sln
*.suo
*.exe
*.desktop
*.orig
*_
*.manifest
*.res
*.ilk
*.pdb
*.resource.txt
*.bak
.DS_Store
.project
.cproject
################################################################################
# Ignore CMake generated files
################################################################################
Makefile
CMakeFiles
CMakeCache.txt
CTestTestfile.cmake
cmake_install.cmake
Temp
Testing
Debug
Release
build