Skip to content
Snippets Groups Projects
.gitignore 3.09 KiB
Newer Older
Nico's avatar
Nico committed
# CMake build
bld
BLD
build
BUILD


Nico's avatar
Nico committed
# Latex files from compilation
*.out
*.log
*.aux
*.toc
*.synctex.gz

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.ex
Nico's avatar
Nico committed
*.pcm
CLASS_R2D
Nico's avatar
Nico committed
CLASS_R2D_S
*dict.cxx
# Google Tests
GTest/RunTest
GTest/gtest-all.o
# CLASS files
DATA_BASES/DECAY/ALL/Decay.idx

# sym link to model headers
source/include/Equivalence
source/include/Irradiation

# Makefile configuration folder:
Nico's avatar
Nico committed
# folder containing the binaries :
Nico's avatar
Nico committed
bin
documentation/doxygen/html/doxygen
DecayDataBank.log
CLASS_Exec
CLASS_OUTPUT.log
CLASS_TimeStep
Utils/XSM/MLP/Generate/Generate_XSM
Utils/XSM/MLP/Generate/Train_XS	
Utils/XSM/MLP/Generate/Data_Base_Info.nfo
Utils/XSM/MLP/Generate/_tmp
Utils/XSM/MLP/Generate/Trainining_output*
Utils/XSM/MLP/Generate/weights
Utils/XSM/MLP/Test/Mean_XS_accuracy.dat
Utils/XSM/MLP/Test/plots
Utils/EQM/MLP_Kinf/Generate_MLP_Kinf
Utils/EQM/MLP_Kinf/Train	
Utils/EQM/MLP_Kinf/*.nfo
Utils/EQM/MLP_Kinf/_tmp
Utils/EQM/MLP_Kinf/Trainining_output*
Utils/EQM/MLP_Kinf/weights
Utils/EQM/MLP_Kinf/Train
Utils/EQM/FBR_MLP_Keff/Generate_FBR_Keff
Utils/EQM/FBR_MLP_Keff/Train
Utils/EQM/FBR_MLP_Keff/*.nfo
Utils/EQM/FBR_MLP_Keff/_tmp
Utils/EQM/FBR_MLP_Keff/weights
Utils/MURE2CLASS/MURE2CLASS
# ----------------------------------------------------------------------------
# For Mac OS
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# ----------------------------------------------------------------------------
# For Xcode
# Build generated
build/
DerivedData/

# Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

# Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

# ----------------------------------------------------------------------------
# for Linux
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# ----------------------------------------------------------------------------
# For SublimeText
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# sftp configuration file
sftp-config.json