Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 5, 2015
1 parent aecbc15 commit bc25068
Showing 1 changed file with 82 additions and 6 deletions.
88 changes: 82 additions & 6 deletions .gitignore
@@ -1,3 +1,23 @@
# Binary objects; compiler output
*.so
*.o
*.class
*.a
*.exe
*.dylib
*.la
*.log
*.stamp

# autoconf
autom4te.cache/
config.guess
config.log
config.status
config.sub
configure
install-sh

# Windows image file caches
Thumbs.db
ehthumbs.db
Expand Down Expand Up @@ -42,6 +62,9 @@ Network Trash Folder
Temporary Items
.apdisk

# ANTLR
*.tokens

# =========================
# OpenModelica Files
# =========================
Expand All @@ -50,19 +73,72 @@ build/
.externalToolBuilders/OpenModelicaBuilder.launch
revision.h
SimulationRuntime/c/Makefile
SimulationRuntime/c/**/*.so
SimulationRuntime/c/**/*.o
SimulationRuntime/c/**/*.class
SimulationRuntime/c/util/java_interface/modelica_java.jar
SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitionsLexer.java
SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitionsParser.java
SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.tokens
SimulationRuntime/cpp/Makefile
SimulationRuntime/cpp/Build/
SimulationRuntime/ParModelica/explicit/openclrt/*.a
SimulationRuntime/ParModelica/explicit/openclrt/*.o
SimulationRuntime/ParModelica/Makefile
SimulationRuntime/ParModelica/auto/Makefile
SimulationRuntime/ParModelica/explicit/Makefile
SimulationRuntime/ParModelica/explicit/openclrt/Makefile
tools/debugging/BreakProcess.exe

Compiler/Makefile
Compiler/OpenModelicaBootstrappingHeader.h.log
Compiler/Script/Makefile
Compiler/Script/OpenModelicaScriptingAPI.mo
Compiler/Script/OpenModelicaScriptingAPIQt.cpp
Compiler/Script/OpenModelicaScriptingAPIQt.h
Compiler/Template/AbsynDumpTpl.mo
Compiler/Template/CodegenAdevs.mo
Compiler/Template/CodegenC.mo
Compiler/Template/CodegenC.mo.log
Compiler/Template/CodegenCSharp.mo
Compiler/Template/CodegenCpp.mo
Compiler/Template/CodegenCppHpcom.mo
Compiler/Template/CodegenFMU.mo
Compiler/Template/CodegenFMUCpp.mo
Compiler/Template/CodegenJS.mo
Compiler/Template/CodegenJava.mo
Compiler/Template/CodegenModelica.mo
Compiler/Template/CodegenQSS.mo
Compiler/Template/CodegenSparseFMI.mo
Compiler/Template/CodegenUtil.mo
Compiler/Template/CodegenXML.mo
Compiler/Template/DAEDumpTpl.mo
Compiler/Template/ExpressionDumpTpl.mo
Compiler/Template/GenerateAPIFunctionsTpl.mo
Compiler/Template/GraphMLDumpTpl.mo
Compiler/Template/GraphvizDump.mo
Compiler/Template/Makefile
Compiler/Template/NFInstDumpTpl.mo
Compiler/Template/SCodeDumpTpl.mo
Compiler/Template/SimCodeDump.mo
Compiler/Template/TaskSystemDump.mo
Compiler/Template/TplCodegen.mo
Compiler/Template/Unparsing.mo
Compiler/Template/VisualXMLTpl.mo
Compiler/boot/LoadCompilerInterface.mos
Compiler/boot/Makefile
Compiler/boot/Makefile.depends
Compiler/boot/Makefile.sources
Compiler/runtime/Makefile
Compiler/runtime/config.unix.h
Compiler/susan_codegen/TplCodegen.mo
Makefile
Parser/Makefile
Parser/MetaModelica_Lexer.c
Parser/MetaModelica_Lexer.h
Parser/MetaModelica_Lexer_BaseModelica_Lexer.c
Parser/MetaModelica_Lexer_BaseModelica_Lexer.h
Parser/ModelicaParser.c
Parser/ModelicaParser.h
Parser/Modelica_3_Lexer.c
Parser/Modelica_3_Lexer.h
Parser/Modelica_3_Lexer_BaseModelica_Lexer.c
Parser/Modelica_3_Lexer_BaseModelica_Lexer.h
Parser/ParModelica_Lexer.c
Parser/ParModelica_Lexer.h
Parser/ParModelica_Lexer_BaseModelica_Lexer.c
Parser/ParModelica_Lexer_BaseModelica_Lexer.h

0 comments on commit bc25068

Please sign in to comment.