mirror of
https://github.com/hmaxnl/netex.git
synced 2024-11-10 03:04:19 +01:00
Update .gitignore
This commit is contained in:
parent
248c505af7
commit
47bff933b7
30
.gitignore
vendored
30
.gitignore
vendored
|
@ -50,3 +50,33 @@ modules.order
|
||||||
Module.symvers
|
Module.symvers
|
||||||
Mkfile.old
|
Mkfile.old
|
||||||
dkms.conf
|
dkms.conf
|
||||||
|
|
||||||
|
# CMAKE
|
||||||
|
CMakeLists.txt.user
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
CMakeScripts
|
||||||
|
cmake_install.cmake
|
||||||
|
CTestTestfile.cmake
|
||||||
|
|
||||||
|
# Make
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
# Build
|
||||||
|
Build/
|
||||||
|
build/
|
||||||
|
BUILD/
|
||||||
|
bin/
|
||||||
|
BIN/
|
||||||
|
lib/
|
||||||
|
LIB/
|
||||||
|
out/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vs/
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
.kdev/
|
||||||
|
.kdev4/
|
||||||
|
*.kdev
|
||||||
|
*.kdev4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user