Browse Source

New changelist

sisyphus
Dustin Falgout 9 years ago
parent
commit
78455e6e3e
  1. 24
      .gitignore

24
.gitignore vendored

@ -15,8 +15,6 @@ src/
### JetBrains template ### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
*.iml
## Directory-based project format: ## Directory-based project format:
.idea/ .idea/
# if you remove the above rule, at least ignore the following: # if you remove the above rule, at least ignore the following:
@ -62,7 +60,6 @@ crashlytics-build.properties
### Python template ### Python template
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod]
*$py.class *$py.class
# C extensions # C extensions
@ -111,8 +108,6 @@ coverage.xml
*.pot *.pot
# Django stuff: # Django stuff:
*.log
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/
@ -145,7 +140,6 @@ Makefile.in
*.pch *.pch
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so
*.dylib *.dylib
*.dll *.dll
@ -159,7 +153,6 @@ Makefile.in
*.lib *.lib
# Executables # Executables
*.exe
*.out *.out
*.app *.app
### CMake template ### CMake template
@ -171,31 +164,14 @@ cmake_install.cmake
install_manifest.txt install_manifest.txt
### C template ### C template
# Object files # Object files
*.o
*.ko *.ko
*.obj
*.elf *.elf
# Precompiled Headers # Precompiled Headers
*.gch
*.pch
# Libraries # Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs) # Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.* *.so.*
*.dylib
# Executables # Executables
*.exe
*.out
*.app
*.i*86 *.i*86
*.x86_64 *.x86_64
*.hex *.hex

Loading…
Cancel
Save